home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / Free_Data / Zappo1_V11.2.LHA / COMBO_CD.install < prev    next >
Text File  |  1995-04-26  |  7KB  |  211 lines

  1. ; $VER: Install OverCD © ARCHOS 11.2 1994-95
  2. ; Script to install ARCHOS Overdrive CD Software
  3. ; Version AMIGA 1200
  4.         (complete 0)
  5.         (welcome "(C) ARCHOS 1995 - OVERDRIVE COMBO CD Installation - Ver 11.2")
  6.         (message "\nThis procedure will install the OVERDRIVE CD\n"
  7.                  "software on your system disk :\n"
  8.                  "i.e. the boot disk (OVERDRIVE or internal or floppy disk).\n"
  9.                  "\n(Please confirm operation below : Proceed/Abort)")
  10.         (message "\nUpdating CDROM Handler EIDE version...\n"
  11.                  "\nL:overcd-handler\n"
  12.                  "\n(Please confirm operation below : Proceed/Abort)")
  13.         (copyfiles
  14.             (help @copyfiles-help)
  15.             (source "Install:l/overcd-handler")
  16.             (dest   "L:")
  17.         )
  18.         (complete 8)
  19.         (message "\nUpdating Libraries...\n"
  20.                  "\nnonvolatile.library\n"
  21.                  "lowlevel.library\n"
  22.                  "freeanim.library\n"
  23.                  "debox.library\n"
  24.                  "playerprefs.library\n"
  25.                  "\n(Please confirm operation below : Proceed/Abort)")
  26.         (copylib
  27.             (source "OverCD:Libs/nonvolatile.library")
  28.             (dest   "LIBS:")
  29.         )
  30.         (complete 16)
  31.         (copylib
  32.             (source "OverCD:Libs/lowlevel.library")
  33.             (dest   "LIBS:")
  34.         )
  35.         (complete 24)
  36.         (copylib
  37.             (source "OverCD:Libs/freeanim.library")
  38.             (dest   "LIBS:")
  39.         )
  40.         (complete 32)
  41.         (copylib
  42.             (source "OverCD:Libs/debox.library")
  43.             (dest   "LIBS:")
  44.         )
  45.         (complete 40)
  46.         (copylib
  47.             (source "OverCD:Libs/playerprefs.library")
  48.             (dest   "LIBS:")
  49.         )
  50.         (complete 50)
  51.         (message "\nUpdating directory Storage :\n"
  52.                  "\ncopy SYS:Storage/DOSDrivers/CD0\n"
  53.                  "\n(Please confirm operation below : Proceed/Abort)")
  54.         (copyfiles
  55.             (source "OverCD:Storage/DOSDrivers/CD0")
  56.             (dest   "SYS:Storage/DOSDrivers")
  57.         )
  58.         (copyfiles
  59.             (source "OverCD:Storage/DOSDrivers/CD0.info")
  60.             (dest   "SYS:Storage/DOSDrivers")
  61.         )
  62.         (copyfiles
  63.             (source "OverCD:Storage/CD0")
  64.             (dest   "SYS:Storage")
  65.         )
  66.         (copyfiles
  67.             (source "OverCD:Storage/CD0.info")
  68.             (dest   "SYS:Storage")
  69.         )
  70.         (copyfiles
  71.             (source "OverCD:Storage/DOSDrivers/CDDev")
  72.             (dest   "SYS:Storage/DOSDrivers")
  73.         )
  74.         (copyfiles
  75.             (source "OverCD:Storage/DOSDrivers/CDDev.info")
  76.             (dest   "SYS:Storage/DOSDrivers")
  77.         )
  78.         (complete 60)
  79.         (set ch
  80.             (askoptions
  81.                 (prompt "Updating DEVS:DOSDrivers...\n"
  82.                         "CD0 should be copied into DEVS:DOSDrivers\n"
  83.                         "in order for the CDROM driver to be mounted\n"
  84.                         "automatically during startup." )
  85.                 (help @askoptions-help)
  86.                 (choices
  87.                     "OverCD:Devs/DOSDrivers/CD0"
  88.                 )
  89.             )
  90.         )
  91.         (if (in ch 0)
  92.             (copyfiles
  93.                 (source "OverCD:Devs/DOSDrivers/CD0")
  94.                 (dest "SYS:Devs/DOSDrivers")
  95.             )
  96.         )
  97.         (if (in ch 0)
  98.             (copyfiles
  99.                 (source "OverCD:Devs/DOSDrivers/CD0.info")
  100.                 (dest "SYS:Devs/DOSDrivers")
  101.             )
  102.         )
  103.         (complete 65)
  104.             (message "\nCleaning up old versions, if any...\n"
  105.                  "\n(Please confirm operation below : Proceed/Abort)")
  106.              (if (exists "s:startup-sequence.std")
  107.              (
  108.                      (delete "s:startup-sequence")
  109.                     (rename "s:startup-sequence.std" "s:startup-sequence")
  110.                  (if (exists "s:startup-sequence.cd")
  111.                  (
  112.                          (delete "s:startup-sequence.cd")
  113.                     ))
  114.                 ))
  115.             (complete 75)
  116.         (run "C:execute INSTALL:nv_script")
  117.         (complete 80)
  118.         (set ch
  119.             (askoptions
  120.                 (prompt "\nSelect the CD utilities to install...\n")
  121.                 (help @askoptions-help)
  122.                 (choices
  123.                     "CDDA (CD Digital Audio player)"
  124.                     "Carrousel (Photo-CD Viewer)"
  125.                     "CDDoor (Open/Close CD Drive Tray)"
  126.                     "CDVersion (Handler Type/Version)"
  127.                     "CDBoot (Handler Settings)"
  128.                 )
  129.             )
  130.         )
  131.         (set utilsdir
  132.             (askdir
  133.                 (prompt "OverDrive-CD utilities will be copied\n"
  134.                         "to the Selected Drawer below.\n"
  135.                         "Select the destination directory:\n"
  136.                 )
  137.                 (help @askdir-help)
  138.                 (default "SYS:Utilities")
  139.                 (disk)
  140.             )
  141.         )
  142.         (if (in ch 0)
  143.             (
  144.             (copyfiles
  145.                 (source "Install:CDDA")
  146.                 (dest   utilsdir)
  147.             )
  148.             (copyfiles
  149.                 (source "Install:CDDA.info")
  150.                 (dest   utilsdir)
  151.             )
  152.             (copyfiles
  153.                 (source "Install:CDDA.iff")
  154.                 (dest   utilsdir)
  155.             )
  156.             )
  157.         )
  158.         (complete 85)
  159.         (if (in ch 1)
  160.             (
  161.             (copyfiles
  162.                 (source "Install:Carrousel")
  163.                 (dest   utilsdir)
  164.             )
  165.             (copyfiles
  166.                 (source "Install:Carrousel.info")
  167.                 (dest   utilsdir)
  168.             )
  169.             )
  170.         )
  171.         (complete 90)
  172.         (if (in ch 2)
  173.             (
  174.             (copyfiles
  175.                 (source "Install:CDDoor")
  176.                 (dest   utilsdir)
  177.             )
  178.             (copyfiles
  179.                 (source "Install:CDDoor.info")
  180.                 (dest   utilsdir)
  181.             )
  182.             )
  183.         )
  184.         (if (in ch 3)
  185.             (
  186.             (copyfiles
  187.                 (source "Install:CDVersion")
  188.                 (dest   utilsdir)
  189.             )
  190.             (copyfiles
  191.                 (source "Install:CDVersion.info")
  192.                 (dest   utilsdir)
  193.             )
  194.             )
  195.         )
  196.         (complete 95)
  197.         (if (in ch 4)
  198.             (
  199.             (copyfiles
  200.                 (source "Install:CDBoot")
  201.                 (dest   utilsdir)
  202.             )
  203.             (copyfiles
  204.                 (source "Install:CDBoot.info")
  205.                 (dest   utilsdir)
  206.             )
  207.             )
  208.         )
  209.         (complete 100)
  210.         (exit)
  211.